home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 111 / unidoc.arc / V16F.DOC < prev    next >
Text File  |  1987-11-27  |  3KB  |  76 lines

  1. Wettingen 15.1.87
  2. -----------------
  3.      
  4. Well here it is the first release of UniTerm this year. The major difference
  5. to version v1.6d/e is the Kermit file transfer protocoll and 3 bug fixes. The
  6. uuencoded and arced executable is now cut up in to 5 pieces (UniTerm.A.......
  7. UniTerm.E), a new version of Keyedit.Prg is also provided, which will work
  8. with all future versions of UniTerm.
  9.      
  10. Here come the changes one by one:
  11.      
  12. Bug fixes:
  13. ----------
  14.      
  15. Pressing <Alternate><B> or <Alternate><L> didn't restore DTR, this has been
  16. fixed. If you don't want DTR to be dropped (Modem etc.) you can use the
  17. macro function to send a break without dropping DTR.
  18.      
  19. The Y part of the extended byte was always zeroed in Tek mode (it was:
  20. ....Shr(ExByte,2) & $000C instead of Shr(ExByte,2) & $0003).
  21.      
  22. The Zoom function on a color monitor didn't scale properly, I can just
  23. hope it is fixed now, since I don't have a color monitor for testing.
  24.      
  25. Setup file and KeyEdit.Prg
  26. --------------------------
  27.      
  28. The name of the default setup file has been changed to UniTerm.Set, the format
  29. has been changed so that even if the size of the setup file changes the new
  30. version of KeyEdit can edit the keyboard tables.
  31.      
  32. Kermit
  33. ------
  34.      
  35. This a base version of Kermit, this means it doesn't support the following
  36. functions:
  37.      
  38.                 -repeat count prefixing
  39.                 -operating as server
  40.                 -CRC and 2 character checksum
  41.      
  42. Since this version of Kermit was written from scratch, there still may be some
  43. problems, it has been tested with VMS and VM/CMS Kermit and with itself,
  44. the maxium transfer rate is about 480 Bytes/Sec (UniTerm to UniTerm 19200 Baud)
  45.      
  46. UniTerm Kermit writes/reads to/from the Tek-Buffer, so there is also a gain
  47. from not having as many disk accesses as GEM-Kermit.
  48.      
  49. UniTerm Kermit functions:
  50.      
  51.              Send : Send file(s) (with wildcard expansion and mutiple file
  52.                     transfer)
  53.              Receive : Receive file(s) (files will not be overwritten, UniTerm
  54.                        will generate a file name of the form filename.XXX with
  55.                        XXX a number, selecting OK without entering a filename
  56.                        will cause files to be created with the filename sent
  57.                        by the host, they will be received to the directory
  58.                        specified in the file-selector dialog).
  59.              Put : Just a different name for send.
  60.              Get : Receive a file from host in server mode.
  61.              Quit : Terminate the Kermit in server mode.
  62.              Logout : Logout on the host system.
  63.              Command : Send remote command to server. (You can also send
  64.                        generic server commands by entering a ^G as first
  65.                        character and as second the command (D,U etc.) +
  66.                        commandline).
  67.              Binary : If the serial port is set to anything else than
  68.                       No Parity this command enables 8-Bit prefixing,
  69.                       otherwise the 8th Bit is not masked out.
  70.      
  71. There are a few more not so important changes, if you have any more questions
  72. please ask!
  73.      
  74.                  Simon Poole
  75.                  K538915@CZHRZU1A.BITNET
  76.